找传奇、传世资源到传世资源站!

Gdi+代码绘图动态滚动文字演示例程 Vb.net

8.5玩家评分(1人评分)
下载后可评
介绍 评论 失效链接反馈

Gdi 代码绘图动态滚动文字演示例程
Gdi+代码绘图动态滚动文字演示例程 Vb.net VB界面编程-第1张
Gdi+代码绘图动态滚动文字演示例程 Vb.net VB界面编程-第2张 代码中有详细注释说明。                Dim TempStrGraphics As Graphics                Dim TempStrBit As New Bitmap(Panel1.Width, 50)                TempStrGraphics = Graphics.FromImage(TempStrBit)                'TempStrGraphics.TextRenderingHint = Drawing.Text.TextRenderingHint.AntiAlias                TempStrGraphics.DrawImage(TempBit, New Rectangle(0, 0, Panel1.Width, 50), New Rectangle(0, (Panel1.Height - 50) / 2, Panel1.Width, 50), GraphicsUnit.Pixel)                TempStrGraphics.DrawString(DrawStr, TextBox1.Font, IIf(CheckBox1.Checked = True, Brushes.White, Brushes.Black), New Point((Panel1.Width - StrWidth) / 2, CurrentTop))                TempGraphics.DrawImage(TempStrBit, New Point(0, (Panel1.Height - 50) / 2))                TempStrGraphics.Dispose()                TempStrBit.Dispose()            Else                               If CheckBox3.Checked = True Then                    TempGraphics.DrawString(DrawStr, TextBox1.Font, IIf(CheckBox1.Checked = True, Brushes.White, Brushes.Black), New Point(CurrentLeft, (Panel1.Height - StrHeight) / 2))                Else                    TempGraphics.DrawString(DrawStr, TextBox1.Font, IIf(CheckBox1.Checked = True, Brushes.White, Brushes.Black), New Point((Panel1.Width - StrWidth) / 2, CurrentTop))                End If

评论

发表评论必须先登陆, 您可以 登陆 或者 注册新账号 !


在线咨询: 问题反馈
客服QQ:174666394

有问题请留言,看到后及时答复